A shield used by Gna, the messenger of Freyja, when she served as a Valkyrie.
Add a 20% resistance against Water , Fire , Shadow and Undead Property.
MDEF + 5
[ + Odin's Blessing & Frigg's Circlet ]
Additional DEF + 2 and MDEF + 5
Additional DEF decrease by Frigg's Circlet and Valkyrja's Shield refine rate.
Additional MDEF increase by Frigg's Circlet and Valkyrja's Shield refine rate.
[ Long Horn, Valkyrja's Shield Equip Set ]
Класс : Shield
Защита : 3
Вес : 50
Необходимый Lv. : 65
Доступно для : Любой профессии, кроме Novice
Улучшается : Да
Доп. информация:
ID : 2115
Цена у NPC : 15000
Script :
{ bonus2 bSubEle,Ele_Water,20; bonus2 bSubEle,Ele_Fire,20; bonus2 bSubEle,Ele_Dark,20; bonus2 bSubEle,Ele_Undead,20; bonus bMdef,5; if(isequipped(2353,5124)) { bonus bDef,2-getrefine()-getequiprefinerycnt(EQI_HEAD_TOP); bonus bMdef,5+getrefine()+getequiprefinerycnt(EQI_HEAD_TOP); } }
{
...bonus2 bSubEle,Ele_Water,20;
...bonus2 bSubEle,Ele_Fire,20;
...bonus2 bSubEle,Ele_Dark,20;
...bonus2 bSubEle,Ele_Undead,20;
...bonus bMdef,5;
...if(isequipped(2353,5124)) {
......bonus bDef,2-getrefine()-getequiprefinerycnt(EQI_HEAD_TOP);
......bonus bMdef,5+getrefine()+getequiprefinerycnt(EQI_HEAD_TOP);
...}
}